Update README.md to use absolute URLs

Christopher Su 8 gadi atpakaļ
vecāks
revīzija
172b97e50a
1 mainītis faili ar 9 papildinājumiem un 9 dzēšanām
  1. 9 9
      README.md

+ 9 - 9
README.md

@@ -8,7 +8,7 @@ If you are viewing this from the docker hub page the please follow the links to
8 8
 
9 9
 Huginn is a system for building agents that perform automated tasks for you online.  They can read the web, watch for events, and take actions on your behalf.  Huginn's Agents create and consume events, propagating them along a directed graph.  Think of it as a hackable Yahoo! Pipes plus IFTTT on your own server.  You always know who has your data.  You do.
10 10
 
11
-![the origin of the name](doc/imgs/the-name.png)
11
+![the origin of the name](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/the-name.png)
12 12
 
13 13
 #### Here are some of the things that you can do with Huginn:
14 14
 
@@ -43,21 +43,21 @@ Please checkout the [Huginn Introductory Screencast](http://vimeo.com/61976251)!
43 43
 
44 44
 And now, some example screenshots.  Below them are instructions to get you started.
45 45
 
46
-![Example list of agents](doc/imgs/your-agents.png)
46
+![Example list of agents](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/your-agents.png)
47 47
 
48
-![Event flow diagram](doc/imgs/diagram.png)
48
+![Event flow diagram](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/diagram.png)
49 49
 
50
-![Detecting peaks in Twitter](doc/imgs/peaks.png)
50
+![Detecting peaks in Twitter](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/peaks.png)
51 51
 
52
-![Logging your location over time](doc/imgs/my-locations.png)
52
+![Logging your location over time](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/my-locations.png)
53 53
 
54
-![Making a new agent](doc/imgs/new-agent.png)
54
+![Making a new agent](https://raw.githubusercontent.com/cantino/huginn/master/doc/imgs/new-agent.png)
55 55
 
56 56
 ## Getting Started
57 57
 
58 58
 ### Docker
59 59
 
60
-The quickest and easiest way to check out Huginn is to use the offical Docker image. Have a look at the [documentation](./doc/docker/install.md).
60
+The quickest and easiest way to check out Huginn is to use the offical Docker image. Have a look at the [documentation](https://github.com/cantino/huginn/blob/master/doc/docker/install.md).
61 61
 
62 62
 ### Local Installation
63 63
 
@@ -90,7 +90,7 @@ All agents have specs! Test all specs with `bundle exec rspec`, or test a specif
90 90
 
91 91
 ### Heroku
92 92
 
93
-Try Huginn on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) (Takes a few minutes to setup. Read the [documentation](./doc/heroku/install.md) while you are waiting and be sure to click 'View it' after launch!)
93
+Try Huginn on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) (Takes a few minutes to setup. Read the [documentation](https://github.com/cantino/huginn/blob/master/doc/heroku/install.md) while you are waiting and be sure to click 'View it' after launch!)
94 94
 
95 95
 Huginn works on the free version of Heroku [with significant limitations](https://github.com/cantino/huginn/blob/master/doc/heroku/install.md). For non-experimental use, we strongly recommend Heroku's cheapest paid plan or our Docker container.
96 96
 
@@ -98,7 +98,7 @@ Please see [the Huginn Wiki](https://github.com/cantino/huginn/wiki#deploying-hu
98 98
 
99 99
 ### Manual installation on any server
100 100
 
101
-Have a look at the [installation guide](./doc/manual/README.md).
101
+Have a look at the [installation guide](https://github.com/cantino/huginn/blob/master/doc/manual/README.md).
102 102
 
103 103
 ### Optional Setup
104 104